A. Page Class
B. Master Page
C. Session Class
D. None of these
Advertisement
Related Mcqs:
- What class does the ASP.NET Web Form class inherit from by default ?
- A. System.Web.Form B. System.Web.UI.Form C. System.Web.GUI.Page D. System.Web.UI.Page...
- In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control- ?
- A. The GridView control B. The DetailsView control C. The FormView control D. The Table control...
- An organization has developed a web service in which the values of the forms are validated using ASP.NET application. Suppose this web service is got and used by a customer then in such a scenario whi ?
- A. The customer can run on any platform. B. Such a situation cannot happen at all C. The customer must be having technology that run ASP. D. None of the Above...
- If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing______________?
- A. Maintain the login state security through a View State. B. Maintain the login state security through a Session. C. Maintain the login state security through a database. D. All of the above...
- If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ?
- A. CompareValidator B. DataList C. Listview D. GridView...
- While creating a Web site with the help of Visual Studio 2005 on a remote computer that does not have Front Page Server Extensions installed, which Web site type will you create in Visual Studio 2005 ?
- A. HTTP B. FTP C. File D. All of the above...
- What namespace does the Web page belong in the .NET Framework class hierarchy ?
- A. System.Windows.Page B. System.Web.page C. System.web.UI.Page D. None of these...
- An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?
- A. Use View State B. Use URL munging C. Disable ViewState and use Session State D. Disable View State and don’t use session state...
- To add a custom control to a Web form we have to register with?
- A. Name space of the dll that is referenced B. Assemblyname C. TagPrefix D. All of the above...
- Which of the following is the way to monitor the web application ?
- A. Alerts Snap-ins B. Performance logs C. MMC Event viewers D. All of the above...
Advertisement